home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1070 / BUTTONCONDACTION on(release, keyPress e).as
Text File  |  2002-05-21  |  186b  |  13 lines

  1. on(release, keyPress "e"){
  2.    ship += mood * 2.8;
  3.    date = 1 + random(6);
  4.    if(mood >= 240)
  5.    {
  6.       gotoAndStop(2603);
  7.    }
  8.    else
  9.    {
  10.       gotoAndStop(2604);
  11.    }
  12. }
  13.